home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: miker3@ix.netcom.com (Mike Rubenstein)
- Newsgroups: comp.lang.c
- Subject: Re: Float to String
- Date: Sat, 23 Mar 1996 13:19:48 GMT
- Organization: Netcom
- Message-ID: <3153fa2a.258925895@nntp.ix.netcom.com>
- References: <4is29s$h1a@dfw-ixnews6.ix.netcom.com> <4j0m8a$1mem@darkwing.cadvision.com>
- NNTP-Posting-Host: ix-dc9-01.ix.netcom.com
- X-NETCOM-Date: Sat Mar 23 7:20:01 AM CST 1996
- X-Newsreader: Forte Agent .99d/32.182
-
- douglasd@cadvision.com (Doran Douglas) wrote:
-
- > scoshe@ix.netcom.com(Christopher Scott Shelton ) wrote:
- >
- > >Is it possible to convert a float to a string? like the itoa function.
- > try strcpy 'ing the float to a string array
- > eg strcpy(string, float_variable_name);
-
- Why should he try something that is illegal in C?
-
- Michael M Rubenstein
-